Skip to content

pkg: Update build packages to v7#3956

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/major-build
Open

pkg: Update build packages to v7#3956
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/major-build

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 10, 2026

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@linaria/core 6.3.07.0.0 age adoption passing confidence
@linaria/react 6.3.07.0.1 age adoption passing confidence
@rollup/plugin-babel (source) ^6.0.4^7.0.0 age adoption passing confidence
webpack-cli (source) 6.0.17.0.2 age adoption passing confidence

Release Notes

callstack/linaria (@​linaria/core)

v7.0.0

Compare Source

Major Changes
  • ab11ebb: BREAKING: bump @wyw-in-js/* dependencies to ^1.0.0 (stable).

    This release updates Linaria's build-time evaluation engine (WyW). See https://wyw-in-js.dev/stability for practical guidance and common pitfalls.

    Notes:

    • Linaria 7 requires Node.js 20+ (aligned with WyW 1.x).
    • If you import JSON from code that is evaluated by WyW, add .json to extensions and ensure .json is ignored by evaluation rules (so it's parsed as JSON, not by Babel).
    • Rollup users: WyW 1.x serializes transform() by default (serializeTransform: true). If you hit Rollup "Unexpected early exit" (unresolved plugin promises / deadlock during resolve), set serializeTransform: false (see examples/rollup/rollup.config.mjs).
    • WyW 1.x promotes fully-statically-evaluatable modules to only: ['*'] and can re-evaluate modules when cached exports are incomplete (cached export values might not be reused).
rollup/plugins (@​rollup/plugin-babel)

v7.0.0

2026-03-05

Breaking Changes
  • babel!: improve filtering capability & performance (#​1954)
webpack/webpack-cli (webpack-cli)

v7.0.2

Compare Source

Patch Changes

v7.0.1

Compare Source

Patch Changes

v7.0.0

Compare Source

Major Changes
  • The minimum supported version of Node.js is 20.9.0. (by @​alexander-akait in #​4677)

  • Use dynamic import to load webpack.config.js, fallback to interpret only when configuration can't be load by dynamic import. Using dynamic imports allows you to take advantage of Node.js's built-in TypeScript support. (by @​alexander-akait in #​4677)

  • Removed the --node-env argument in favor of the --config-node-env argument. (by @​alexander-akait in #​4677)

  • The version command only output versions right now. (by @​alexander-akait in #​4677)

  • Removed deprecated API, no action required unless you use import cli from "webpack-cli";/const cli = require("webpack-cli");. (by @​alexander-akait in #​4677)

Patch Changes

Configuration

📅 Schedule: (in timezone America/Chicago)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@vercel
Copy link
Copy Markdown

vercel Bot commented May 10, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
docs-site Ignored Ignored Preview May 17, 2026 1:39am

Request Review

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 10, 2026

⚠️ No Changeset found

Latest commit: 79d6f97

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 10, 2026

Size Change: 0 B

Total Size: 81.1 kB

ℹ️ View Unchanged
Filename Size
examples/test-bundlesize/dist/App.js 1.46 kB
examples/test-bundlesize/dist/polyfill.js 307 B
examples/test-bundlesize/dist/rdcClient.js 10.8 kB
examples/test-bundlesize/dist/rdcEndpoint.js 8.07 kB
examples/test-bundlesize/dist/react.js 59.7 kB
examples/test-bundlesize/dist/webpack-runtime.js 726 B

compressed-size-action

Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark React

Details
Benchmark suite Current: 79d6f97 Previous: b1d7111 Ratio
data-client: getlist-100 135.16 ops/s (± 3.7%) 136.99 ops/s (± 4.3%) 1.01
data-client: getlist-500 41.58 ops/s (± 6.3%) 41.93 ops/s (± 4.7%) 1.01
data-client: update-entity 344.83 ops/s (± 8.5%) 400 ops/s (± 10.1%) 1.16
data-client: update-user 339.08 ops/s (± 8.2%) 370.37 ops/s (± 7.8%) 1.09
data-client: getlist-500-sorted 40.82 ops/s (± 8.5%) 40.74 ops/s (± 9.1%) 1.00
data-client: update-entity-sorted 294.12 ops/s (± 7.3%) 370.37 ops/s (± 7.1%) 1.26
data-client: update-entity-multi-view 357.14 ops/s (± 4.2%) 370.37 ops/s (± 7.4%) 1.04
data-client: list-detail-switch-10 7.56 ops/s (± 8.5%) 8.35 ops/s (± 10.7%) 1.10
data-client: update-user-10000 75.19 ops/s (± 13.3%) 89.29 ops/s (± 11.7%) 1.19
data-client: invalidate-and-resolve 35.71 ops/s (± 5.8%) 35.09 ops/s (± 5.1%) 0.98
data-client: unshift-item 222.22 ops/s (± 4.7%) 238.1 ops/s (± 4.2%) 1.07
data-client: delete-item 270.27 ops/s (± 4.9%) 303.03 ops/s (± 5.3%) 1.12
data-client: move-item 190.49 ops/s (± 9.2%) 181.82 ops/s (± 10.0%) 0.95

This comment was automatically generated by workflow using github-action-benchmark.

Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Details
Benchmark suite Current: 79d6f97 Previous: bf7b1c2 Ratio
normalizeLong 432 ops/sec (±3.81%) 431 ops/sec (±3.89%) 1.00
normalizeLong Values 395 ops/sec (±0.35%) 406 ops/sec (±0.35%) 1.03
normalizeLong Scalar 328 ops/sec (±1.36%) 326 ops/sec (±2.29%) 0.99
normalizeLong Scalar update 828 ops/sec (±1.35%) 850 ops/sec (±0.22%) 1.03
denormalizeLong 243 ops/sec (±3.77%) 241 ops/sec (±4.87%) 0.99
denormalizeLong Values 218 ops/sec (±3.73%) 225 ops/sec (±4.31%) 1.03
denormalizeLong donotcache 970 ops/sec (±0.45%) 974 ops/sec (±0.15%) 1.00
denormalizeLong Values donotcache 725 ops/sec (±0.48%) 740 ops/sec (±0.14%) 1.02
denormalizeLong Scalar donotcache 883 ops/sec (±0.47%) 885 ops/sec (±0.25%) 1.00
denormalizeShort donotcache 500x 1513 ops/sec (±0.20%) 1528 ops/sec (±0.16%) 1.01
denormalizeShort 500x 703 ops/sec (±3.91%) 718 ops/sec (±3.84%) 1.02
denormalizeShort 500x withCache 6701 ops/sec (±0.15%) 6792 ops/sec (±0.99%) 1.01
queryShort 500x withCache 2705 ops/sec (±0.45%) 2872 ops/sec (±0.18%) 1.06
buildQueryKey All 51664 ops/sec (±0.81%) 55061 ops/sec (±0.58%) 1.07
query All withCache 6856 ops/sec (±0.28%) 6823 ops/sec (±0.21%) 1.00
denormalizeLong with mixin Entity 236 ops/sec (±4.03%) 236 ops/sec (±4.22%) 1
denormalizeLong withCache 7986 ops/sec (±0.22%) 7264 ops/sec (±0.18%) 0.91
denormalizeLong withCache (Scalar churn) 7915 ops/sec (±0.22%) 7169 ops/sec (±0.19%) 0.91
denormalizeLong Values withCache 5365 ops/sec (±0.21%) 5414 ops/sec (±0.20%) 1.01
denormalizeLong Scalar withCache 7827 ops/sec (±0.99%) 7882 ops/sec (±0.90%) 1.01
denormalizeLong Scalar update withCache 4105 ops/sec (±0.16%) 4093 ops/sec (±0.23%) 1.00
denormalizeLong All withCache 6490 ops/sec (±0.40%) 6540 ops/sec (±0.15%) 1.01
denormalizeLong Query-sorted withCache 6897 ops/sec (±0.18%) 6817 ops/sec (±0.23%) 0.99
denormalizeLongAndShort withEntityCacheOnly 1755 ops/sec (±0.52%) 1788 ops/sec (±0.78%) 1.02
denormalize bidirectional 50 4974 ops/sec (±4.59%) 5109 ops/sec (±4.47%) 1.03
denormalize bidirectional 50 donotcache 38306 ops/sec (±0.64%) 39688 ops/sec (±0.86%) 1.04
getResponse 4592 ops/sec (±0.88%) 4757 ops/sec (±0.93%) 1.04
getResponse (null) 9634071 ops/sec (±1.15%) 10114778 ops/sec (±0.95%) 1.05
getResponse (clear cache) 215 ops/sec (±3.38%) 224 ops/sec (±3.99%) 1.04
getSmallResponse 3392 ops/sec (±0.57%) 3535 ops/sec (±0.30%) 1.04
getSmallInferredResponse 2593 ops/sec (±0.16%) 2725 ops/sec (±0.21%) 1.05
getResponse Collection 4563 ops/sec (±0.64%) 4786 ops/sec (±0.58%) 1.05
get Collection 4624 ops/sec (±0.62%) 4635 ops/sec (±0.31%) 1.00
get Query-sorted 5291 ops/sec (±0.32%) 5224 ops/sec (±0.29%) 0.99
setLong 446 ops/sec (±0.26%) 446 ops/sec (±0.20%) 1
setLongWithMerge 244 ops/sec (±1.43%) 247 ops/sec (±2.17%) 1.01
setLongWithSimpleMerge 269 ops/sec (±0.86%) 271 ops/sec (±0.35%) 1.01
setSmallResponse 500x 899 ops/sec (±1.70%) 914 ops/sec (±1.35%) 1.02

This comment was automatically generated by workflow using github-action-benchmark.

@renovate renovate Bot force-pushed the renovate/major-build branch from 72e70bb to d18a1c8 Compare May 11, 2026 21:03
@renovate renovate Bot changed the title pkg: Update build packages to v7 (major) pkg: Update build packages to v7 May 12, 2026
@renovate renovate Bot force-pushed the renovate/major-build branch 3 times, most recently from 62d8e1e to 1f8ba3f Compare May 13, 2026 13:00
@renovate renovate Bot force-pushed the renovate/major-build branch from 1f8ba3f to 79d6f97 Compare May 17, 2026 01:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants